graph TB
p1[Product] --> p2[Product]
p1 --> LC[Loss Cost Factor]
p2 --> p3[Product]
p2 --> I[Industry]
p3 --> A[Asset Size]
p3 --> D[Difference]
D --> L[Limit]
D --> R[Retention]
ConstantFactor was added later in a matter of minutesRatingFactor: base class
NumericFactor: numeric inputsCategoricalFactor: categorical inputsConstantFactor: no inputsCompoundFactor: the result of arithmetic operatorsCreated with arithmetic operators
Has a special calculate function that calculates the component objects and combines them using the provided operator
graph TB
p1[Product] --> p2[Product]
p1 --> LC[Loss Cost Factor]
p2 --> p3[Product]
p2 --> I[Industry]
p3 --> A[Asset Size]
p3 --> D[Difference]
D --> L[Limit]
D --> R[Retention]
See rate plan pdfs